home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19950528-19950726 / 000034_news@columbia.edu_Wed May 31 17:45:46 1995.msg < prev    next >
Internet Message Format  |  1995-07-31  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA20995
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Fri, 2 Jun 1995 05:38:14 -0400
  3. Received: by apakabar.cc.columbia.edu id AA19966
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Fri, 2 Jun 1995 05:38:12 -0400
  5. Newsgroups: comp.protocols.kermit.misc
  6. Path: news.columbia.edu!spcuna!citicorp.com!uunet!news.mathworks.com!news.kei.com!bloom-beacon.mit.edu!gatech!swrinde!cs.utexas.edu!utnut!nott!cunews!boris!rmallett
  7. From: rmallett@boris.ccs.carleton.ca (Rick Mallett)
  8. Subject: Re: Kermit scripting problems
  9. X-Nntp-Posting-Host: boris.carleton.ca
  10. Message-Id: <D9GEoA.KIK@cunews.carleton.ca>
  11. Sender: news@cunews.carleton.ca (News Administrator)
  12. Organization: Carleton University
  13. X-Newsreader: TIN [version 1.2 PL2]
  14. References: <D9G96t.7DF@cunews.carleton.ca>
  15. Date: Wed, 31 May 1995 17:45:46 GMT
  16. Lines: 18
  17. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  18.  
  19. This is a followup to my own post about some kermit scripting problems
  20. I have encountered. I just realized that the question can be more 
  21. preciously stated as follows:
  22.  
  23. In writing a script to interact with a remote kermit server is there
  24. any way to determine the status of operations performed against that
  25. server. For example if I issue the command `remote cd c:\temp' is 
  26. there any way to determine if it succeeded or failed. I would like
  27. to follow this with a statement such as `if success goto whereever'
  28. but this doesn't seem to work, presumably because `remote' is never
  29. considered to fail.
  30.  
  31. ----------------------------------------------------------------------
  32. Rick Mallett
  33. Carleton University
  34.  
  35. Email address: rmallett@ccs.carleton.ca
  36. ----------------------------------------------------------------------